func google.golang.org/protobuf/encoding/protojson.unmarshalEnum

2 uses

	google.golang.org/protobuf/encoding/protojson (current package)
		decode.go#L332: 		if v, ok := unmarshalEnum(tok, fd); ok {
		decode.go#L477: func unmarshalEnum(tok json.Token, fd protoreflect.FieldDescriptor) (protoreflect.Value, bool) {